home *** CD-ROM | disk | FTP | other *** search
/ The Guided Tour of Multimedia (Second Edition) / The Guided Tour of Multimedia (Second Edition).iso / trials / qtw111 / samples / winplay1.mak < prev    next >
Text File  |  1993-03-13  |  547b  |  20 lines

  1.  
  2. # ---------------------------------------------------------------------
  3. #
  4. # WinPlay1.mak - Sample QuickTime for Windows Application
  5. #
  6. #                (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
  7. #
  8. # ---------------------------------------------------------------------
  9.  
  10. ALL : WINPLAY1.EXE
  11.  
  12. WINPLAY1.OBJ : WINPLAY1.C
  13.  cl -c -AS -DSTRICT -G2 -Zpel -W3 -WX -Od winplay1.c
  14.  
  15. WINPLAY1.EXE : WINPLAY1.OBJ WINPLAY1.DEF
  16.  link /nod /a:16 winplay1, winplay1.exe, nul, \
  17.       qtw libw slibcew, winplay1.def;
  18.  rc winplay1.exe
  19.  
  20.